home *** CD-ROM | disk | FTP | other *** search
- eTImageUI = {
- ACTIONS = {
- chooseImage:;
- editDescription:;
- textDidEnd:;
- editComponentName:;
- editSize:;
- };
- OUTLETS = {
- controlView;
- controlPanel;
- etImage;
- descriptionField;
- linkSwitch;
- heightField;
- componentNameField;
- widthField;
- };
- SUPERCLASS = Object;
- };
- eTLinkWell = {
- ACTIONS = {
- };
- OUTLETS = {
- omniText;
- };
- SUPERCLASS = Button;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- eTURLinkUI = {
- ACTIONS = {
- editURL:;
- };
- OUTLETS = {
- urlPanel;
- urlView;
- omniWell;
- theeTURLink;
- urlField;
- };
- SUPERCLASS = eTImageUI;
- };
-